home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2006 September / SAN CD 9-2006 CD-ROM 16.iso / pc / Software / Network Telescope Control / NTC-Setup.Exe / Source / ntc_ciel_client_observer.dfm < prev    next >
Encoding:
Text File  |  2005-07-30  |  6.0 KB  |  255 lines

  1. object scope_observer: Tscope_observer
  2.   Left = 48
  3.   Top = 477
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'Location'
  6.   BorderStyle = bsDialog
  7.   Caption = 'NTC Location panel'
  8.   ClientHeight = 121
  9.   ClientWidth = 257
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = 'ntc.hlp'
  17.   OldCreateOrder = False
  18.   OnCloseQuery = form_close_query
  19.   OnCreate = formcreate
  20.   OnPaint = check_activate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object observer_panel: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 257
  28.     Height = 121
  29.     Align = alClient
  30.     TabOrder = 0
  31.     object observatory_group: TGroupBox
  32.       Left = 0
  33.       Top = 0
  34.       Width = 257
  35.       Height = 121
  36.       Caption = 'Observatory '
  37.       TabOrder = 0
  38.       object latitude_label: TLabel
  39.         Left = 8
  40.         Top = 28
  41.         Width = 47
  42.         Height = 13
  43.         Caption = 'Latitude : '
  44.       end
  45.       object longitude_label: TLabel
  46.         Left = 8
  47.         Top = 50
  48.         Width = 70
  49.         Height = 39
  50.         Caption = 'Longitude :'#13#10'(negative east '#13#10'of Greenwich)'
  51.       end
  52.       object time_zone_label: TLabel
  53.         Left = 8
  54.         Top = 96
  55.         Width = 75
  56.         Height = 13
  57.         Caption = 'Time Zone UT+'
  58.       end
  59.       object move_degrees_label: TLabel
  60.         Left = 88
  61.         Top = 8
  62.         Width = 48
  63.         Height = 13
  64.         Caption = 'Degrees'
  65.         Font.Charset = DEFAULT_CHARSET
  66.         Font.Color = clWindowText
  67.         Font.Height = -11
  68.         Font.Name = 'MS Sans Serif'
  69.         Font.Style = [fsBold]
  70.         ParentFont = False
  71.       end
  72.       object move_minutes_label: TLabel
  73.         Left = 144
  74.         Top = 8
  75.         Width = 45
  76.         Height = 13
  77.         Caption = 'Minutes'
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clWindowText
  80.         Font.Height = -11
  81.         Font.Name = 'MS Sans Serif'
  82.         Font.Style = [fsBold]
  83.         ParentFont = False
  84.       end
  85.       object move_seconds_label: TLabel
  86.         Left = 200
  87.         Top = 8
  88.         Width = 50
  89.         Height = 13
  90.         Caption = 'Seconds'
  91.         Font.Charset = DEFAULT_CHARSET
  92.         Font.Color = clWindowText
  93.         Font.Height = -11
  94.         Font.Name = 'MS Sans Serif'
  95.         Font.Style = [fsBold]
  96.         ParentFont = False
  97.       end
  98.       object hours_label: TLabel
  99.         Left = 150
  100.         Top = 96
  101.         Width = 28
  102.         Height = 13
  103.         Caption = 'Hours'
  104.       end
  105.       object time_zone_edit: TEdit
  106.         Left = 88
  107.         Top = 92
  108.         Width = 41
  109.         Height = 21
  110.         TabOrder = 0
  111.         Text = '0'
  112.         OnChange = time_zone_editChange
  113.       end
  114.       object longitude_degrees_edit: TEdit
  115.         Left = 88
  116.         Top = 48
  117.         Width = 41
  118.         Height = 21
  119.         TabOrder = 1
  120.         Text = '0'
  121.         OnKeyPress = longitude_degrees_editKeyPress
  122.       end
  123.       object longitude_degrees_up_down: TUpDown
  124.         Left = 129
  125.         Top = 48
  126.         Width = 12
  127.         Height = 21
  128.         Associate = longitude_degrees_edit
  129.         Min = -1
  130.         Max = 360
  131.         TabOrder = 2
  132.         Wrap = True
  133.         OnChanging = longitude_degrees_up_downChanging
  134.       end
  135.       object longitude_minutes_edit: TEdit
  136.         Left = 144
  137.         Top = 48
  138.         Width = 41
  139.         Height = 21
  140.         TabOrder = 3
  141.         Text = '0'
  142.         OnKeyPress = longitude_minutes_editKeyPress
  143.       end
  144.       object longitude_minutes_up_down: TUpDown
  145.         Left = 185
  146.         Top = 48
  147.         Width = 12
  148.         Height = 21
  149.         Associate = longitude_minutes_edit
  150.         Min = -1
  151.         Max = 60
  152.         TabOrder = 4
  153.         Wrap = True
  154.         OnChanging = longitude_minutes_up_downChanging
  155.       end
  156.       object longitude_seconds_edit: TEdit
  157.         Left = 200
  158.         Top = 48
  159.         Width = 41
  160.         Height = 21
  161.         TabOrder = 5
  162.         Text = '0'
  163.         OnKeyPress = longitude_seconds_editKeyPress
  164.       end
  165.       object longitude_seconds_up_down: TUpDown
  166.         Left = 241
  167.         Top = 48
  168.         Width = 12
  169.         Height = 21
  170.         Associate = longitude_seconds_edit
  171.         Min = -1
  172.         Max = 60
  173.         TabOrder = 6
  174.         Wrap = True
  175.         OnChanging = longitude_seconds_up_downChanging
  176.       end
  177.       object time_zone_up_down: TUpDown
  178.         Left = 129
  179.         Top = 92
  180.         Width = 12
  181.         Height = 21
  182.         Associate = time_zone_edit
  183.         Min = -1
  184.         Max = 360
  185.         TabOrder = 7
  186.         Wrap = True
  187.         OnClick = time_zone_up_downClick
  188.       end
  189.     end
  190.   end
  191.   object latitude_degrees_edit: TEdit
  192.     Left = 88
  193.     Top = 24
  194.     Width = 41
  195.     Height = 21
  196.     TabOrder = 1
  197.     Text = '0'
  198.     OnKeyPress = latitude_degrees_editKeyPress
  199.   end
  200.   object latitude_degrees_up_down: TUpDown
  201.     Left = 129
  202.     Top = 24
  203.     Width = 12
  204.     Height = 21
  205.     Associate = latitude_degrees_edit
  206.     Min = -90
  207.     Max = 90
  208.     TabOrder = 2
  209.     Wrap = True
  210.     OnChanging = latitude_degrees_up_downChanging
  211.   end
  212.   object latitude_minutes_edit: TEdit
  213.     Left = 144
  214.     Top = 24
  215.     Width = 41
  216.     Height = 21
  217.     TabOrder = 3
  218.     Text = '0'
  219.     OnKeyPress = latitude_minutes_editKeyPress
  220.   end
  221.   object latitude_minutes_up_down: TUpDown
  222.     Left = 185
  223.     Top = 24
  224.     Width = 12
  225.     Height = 21
  226.     Associate = latitude_minutes_edit
  227.     Min = -1
  228.     Max = 60
  229.     TabOrder = 4
  230.     Wrap = True
  231.     OnChanging = latitude_minutes_up_downChanging
  232.   end
  233.   object latitude_seconds_edit: TEdit
  234.     Left = 200
  235.     Top = 24
  236.     Width = 41
  237.     Height = 21
  238.     TabOrder = 5
  239.     Text = '0'
  240.     OnKeyPress = latitude_seconds_editKeyPress
  241.   end
  242.   object latitude_seconds_up_down: TUpDown
  243.     Left = 241
  244.     Top = 24
  245.     Width = 12
  246.     Height = 21
  247.     Associate = latitude_seconds_edit
  248.     Min = -1
  249.     Max = 60
  250.     TabOrder = 6
  251.     Wrap = True
  252.     OnChanging = latitude_seconds_up_downChanging
  253.   end
  254. end
  255.